home *** CD-ROM | disk | FTP | other *** search
- ; 0.0.127.IN-ADDR.ARPA.zone - DNS zone for resolving 127.0.0.1 address
- ;
- ; $Id: soa-easy.shar,v 8.2 1996/10/25 17:08:00 vixie Exp $
- ; $Source: /proj/src/isc/cvs-1/bind/contrib/misc/soa-easy.shar,v $
- ;
-
- ;
- ; There should never be a need to change this file. It just contains
- ; enough information for any system running named to masquerade as an
- ; authoritative nameserver for 1.0.0.127.IN-ADDR.ARPA.
- ;
-
- $ORIGIN 0.0.127.IN-ADDR.ARPA.
-
- @ IN SOA ns.example.org.au. hostmaster.example.org.au. (
- 1993090300 ; serial
- 10800 ; refresh
- 3600 ; retry
- 2592000 ; expire
- 86400 ; minimum
- )
-
- @ IN NS ns.example.org.au.
-
-
- ;
- ; The PTR record to resolve 127.0.0.1 to "localhost"
- ;
-
- 1 IN PTR localhost.
-